libxenlight: initial libxenlight implementation under tools/libxl
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 9 Nov 2009 19:54:28 +0000 (19:54 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 9 Nov 2009 19:54:28 +0000 (19:54 +0000)
commitc5c301ac774d8cb36ccbc775bb7f1d7005d78a71
tree8fcd7201e14424ae0b5041f186087e06639a69f6
parent85f5921bdf8216ae1fd9cb5963f897562f1b2380
libxenlight: initial libxenlight implementation under tools/libxl

Signed-off-by: Vincent Hanquez <Vincent.Hanquez@eu.citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
18 files changed:
tools/Makefile
tools/libxl/Makefile [new file with mode: 0644]
tools/libxl/flexarray.c [new file with mode: 0644]
tools/libxl/flexarray.h [new file with mode: 0644]
tools/libxl/libxl.c [new file with mode: 0644]
tools/libxl/libxl.h [new file with mode: 0644]
tools/libxl/libxl_device.c [new file with mode: 0644]
tools/libxl/libxl_dom.c [new file with mode: 0644]
tools/libxl/libxl_exec.c [new file with mode: 0644]
tools/libxl/libxl_internal.c [new file with mode: 0644]
tools/libxl/libxl_internal.h [new file with mode: 0644]
tools/libxl/libxl_utils.c [new file with mode: 0644]
tools/libxl/libxl_utils.h [new file with mode: 0644]
tools/libxl/libxl_xshelp.c [new file with mode: 0644]
tools/libxl/osdeps.c [new file with mode: 0644]
tools/libxl/osdeps.h [new file with mode: 0644]
tools/libxl/xenguest.c [new file with mode: 0644]
tools/libxl/xl.c [new file with mode: 0644]